home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / skatecart.swf / scripts / DefineButton2_112 / BUTTONCONDACTION on(keyPress Left).as
Encoding:
Text File  |  2005-11-19  |  161 b   |  12 lines

  1. on(keyPress "<Left>"){
  2.    tellTarget("/B")
  3.    {
  4.       nextFrame();
  5.    }
  6.    tellTarget("/B/bike")
  7.    {
  8.       gotoAndStop("left");
  9.       play();
  10.    }
  11. }
  12.